GtkRevealer: Fix size allocation with disabled animation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Dec 2013 02:45:17 +0000 (21:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Dec 2013 02:45:17 +0000 (21:45 -0500)
commit087b61f65309b5cf81480a4caa7cf36a5c5bb2db
tree8e8c8102416b41e7eb606c96dae8d2fe1a6b6657
parent96c09037994eba1e846e4313c771081e7b2d33d0
GtkRevealer: Fix size allocation with disabled animation

When animation is disabled, we use 'none' as the effective
transition type. So far, this transition type failed to change
the size request, causing the revealer to always take up the
space of the child, even when the child is not shown.

https://bugzilla.gnome.org/show_bug.cgi?id=719568
gtk/gtkrevealer.c